Fork me on GitHub

Hello Appier

Simple hello world application for Appier.

Configuration

NameTypeDescription
HELLO_ENABLEDboolIf the async HTTP client requests started as scheduler should be enabled (defaults to True).
HELLO_REQUESTSintNumber of HTTP client requests to be performed as part of the initial scheduler (defaults to 100).
HELLO_ASSETstrThe HTTP URL that is going to be used for the initial client testing (defaults to https://httpbin.org/image).
HELLO_LEAKboolIf HTTP client memory leaking metrics should be gathered (defaults to False).
HELLO_GCboolIf a garbage collection operation should be performed after execution of the HTTP client operations (defaults to False).
HELLO_UNSAFEboolIf the unsafe operation should be allowed (defaults to False).